home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 August / Macworld (1999-08).dmg / From Macworld Readers / FREE Scripts / FREE Guides / FREE Guide Macintosh / FREE Guide • Macintosh 3.1.sea / FREE Guide • Macintosh 3.1.rsrc / TEXT_158.txt < prev    next >
Text File  |  1998-12-04  |  28KB  |  698 lines

  1.  
  2.  
  3.  
  4.  
  5. SERIAL PORTS
  6.  
  7.  
  8. ¬†             An interface or port lets your Mac communicate with other devices such as a 
  9.               printer or modem. A serial port transfers data bits one after the other along a single 
  10.               wire ‚Äî this simplifies cable wiring and so reduces the cost.
  11.  
  12. √π Details about the Mac‚Äôs special Modem and Printer ports appear later in this section
  13.  
  14. Most domestic equipment uses asynchronous serial ports ‚Äî data is sent in short bursts, usually one byte long. In this way the receiver‚Äôs reference timing doesn‚Äôt need to be particularly accurate ‚Äî it can be derived from a simple crystal oscillator. Each byte consists of 8 bits, the least significant byte being sent first. In some cases only 7-bit data is transmitted, making the last bit available as a parity bit for simple error detection.
  15.  
  16. Various physical interfaces are used, including RS-232 and RS-422. Data is transferred between a port and the microprocessor itself by a Universal Asynchronous Receiver and Transmitter (UART) or Asynchronous Communications Interface Adaptor (ACIA) chip.
  17.  
  18.  
  19.  
  20. Speed
  21. wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
  22.  
  23. Data can be transmitted at different speeds for different tasks. The speed is measured in bits per second (bit/s or bps), sometimes confused with baud rate which often isn‚Äôt the same thing. Common rates include:-
  24.  
  25. 50, 75, 110, 134, 150, 300 bit/s
  26. 1.2, 1.8, 2.0, 2.4, 3.6, 4.8, 7.2, 9.6, 14.4, 19.2, 28.8, 38.4  kbit/s.
  27.  
  28. 9.6 kbit/s is useful for a dot matrix printer since it‚Äôs actually faster than the device!
  29.  
  30.  
  31.  
  32. RS-232C Interface
  33. wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
  34.  
  35. This form of asynchronous port is also known as CCITT V.24. It‚Äôs commonly used to connect a modem (MODulator, DEModulator) or printer to a computer.
  36.  
  37. Although the data itself is sent along a single wire (with another for data going in the opposite direction) there are often a number of control circuits.
  38.  
  39.  
  40. Connectors                                                                                                            
  41.  
  42. Computers and printers are usually configured as Data Terminal Equipment (DTE). In theory they should have a 25 way D plug (DB25). In practice, most devices have a DB25 socket.
  43.  
  44. Modems are configured as Data Communication Equipment (DCE) ‚Äî they‚Äôre invariably fitted with a DB25 socket.
  45.  
  46. The pin connections for a DTE fitted with a DB25 connector are:-
  47.  
  48.  
  49.               1        -        Screen                                                                                 
  50.               2      TXD      Transmitted data (output)      
  51.               3      RXD       Received data (input)             
  52.               4      RTS       Request to send (output) 
  53.               5      CTS       Clear to send (input)                   
  54.               6      DSR       Data set ready (input)                
  55.               7      OV        Signal ground (Zero Volts)                                       
  56.               8      DCD       Data carrier detect (input)      
  57.               9          -        +volts                                                      
  58.             10        -         -volts                                                      
  59.             11        -         Spare                                                      
  60.             12    SDCD       Secondary DCD (input)      
  61.             13    SCTS       Secondary CTS (input)     
  62.             14    STXD       Secondary TXD (output) 
  63.             15    DCE         Transmitter signal element timing (output) 
  64.             16    SRXD       Secondary RXD (input) 
  65.             17      -           Receiver signal element timing (input) 
  66.             18      -           Spare 
  67.             19    SRTS         Secondary RTS (output) 
  68.             20    DTR         Data terminal ready (output) 
  69.             21    SQD             Signal quality detector (input) 
  70.             22    RI               Ring indicator (input) 
  71.             23      -             Data signal rate detector (input) 
  72.             24    DTE         Transmitter signal element timing (input) 
  73.             25      -            Spare 
  74.  
  75.  
  76.  
  77.          External view of socket
  78.  
  79.  
  80.  
  81.  
  82. The RS-232 interface on a LaserWriter provides only TXD, RXD, RTS, DTR and signal ground connections ‚Äî the use of RTS and DTR may be optional.
  83.  
  84. Some equipment uses a 9 way D connector (DB9). For a DTE the connections are:-
  85.  
  86.  
  87.             2  RXD        Received data (input) 
  88.             3  TXD        Transmitted data (output)   
  89.             4  DTR        Data terminal ready (output) 
  90.             5  OV            Signal ground (Zero Volts) 
  91.             7  RTS        Request to send (output) 
  92.             8  CTS        Clear to send (input) 
  93.  
  94.  
  95.          External view of 9 way socket
  96.  
  97.  
  98.  
  99.  
  100. The 25-way or 9-way connections for a DCE are identical to a DTE but the roles of input and output are reversed ‚Äî inputs become outputs and vice versa.
  101.  
  102.  
  103. Interconnecting Cables                                                                                             
  104.  
  105. A cable between a DTE and a DCE must be wired pin-for-pin. In some cases you must fit a plug at one end and socket at the other ‚Äî other devices may require a plug at both ends. The cable screen (acting as an electrical shield around the other wires) and the signal ground (0V) circuits are usually connected at both ends.
  106.  
  107. A cable in which all  conductors are wired is unlikely to cause complications but can be expensive. Varieties that only uses 5 or 8 wires are cheaper and work with most devices. The wiring is shown below (with the screen omitted for clarity):-
  108.  
  109.  
  110.                                                        TXD _________________  TXD
  111.  
  112.                                                        RXD _________________  RXD
  113.  
  114.                                                        RTS _________________  RTS
  115.  
  116.                                                        CTS _________________  CTS
  117.  
  118.                                                        DSR ‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì    DSR
  119.  
  120.                                                        DCD ‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì    DCD
  121.  
  122.                                                        DTR ‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì DTR
  123.  
  124.                                                          0V _________________   0V
  125.  
  126.  
  127. When a link uses software handshaking (see below) it‚Äôs possible to reduce the cable to just three wires ‚Äî  TXD, RXD and 0V.
  128.  
  129. It‚Äôs a bit more complicated if you need to join two DTEs or two DCEs ‚Äî this requires a cable in which the data circuits are swapped. Always remember that the terms TXD and RXD refer to the function of the circuit as used in a conventional DTE to DCE link ‚Äî not to their role as inputs and outputs. In other words you can have TXD inputs as well as outputs and RXD outputs as well as inputs!
  130.  
  131. For two DTEs the TXD output connection (pin 2) of device A must be joined to the RXD inputs (pin 3) on device B ‚Äî and similarly in the opposite direction.When connecting two DCEs the RXD outputs (pin 3) must be joined to the TXD inputs (pin 2).
  132.  
  133. √π See the Serial Port Handshaking section for further details
  134.  
  135.  
  136. RS-232 Data Representation                                                                                    
  137.  
  138. The RS-232 signal can be either at a positive or negative voltage. This can be anywhere in the range of 5 to 15 volts, although 12 volts is most commonly used. A level of -5 to -15 volts is known as a mark whilst +5 to +15 volts is a space.
  139.  
  140. Each burst of data appears as shown below:-  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150. When at rest, when sending a logical 0 or when sending stop bits (at the end of each burst) the signal wire is at the negative voltage. When sending a logical 1 or a start bit (at the beginning of a data burst) the signal wire is at the positive voltage.
  151.  
  152. Some devices use 3 or 5 volt Transistor Transistor Logic (TTL) levels which can cause compatibility problems.
  153.  
  154. As for as the data itself the Least Significant Bit (LSB) is always sent first.
  155.  
  156.  
  157.  
  158. RS-423A Interface
  159. wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
  160.  
  161. This is  also known as CCITT V.10. It‚Äôs similar to RS-232 but the common wire isn‚Äôt connected to ground at the receiver ‚Äî instead it‚Äôs joined to a differential input. This avoids ground flow current problems so permitting it to work at 1 Mbit/s over 1,000 metres of cable or at 100 kbit/s over 10 metres. The lower transition voltage of 4 to 6 volts is usually compatible with RS-232.
  162.  
  163.  
  164.  
  165. RS-422 Interface
  166. wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
  167.  
  168. This balanced interface applies 5 volts alternately to one of two wires to indicate logical states. It can operate at 10 Mbit/s over 10 metres of cable or at 100 kbit/s over 1,000 metres.
  169.  
  170. It often appears on a 9 or 37 way D connector. The original Macs provided an RS-422 interface using a 9 way D connector (DB9) wired as follows:-
  171.  
  172.             1  Shield     Screen (joined to shell)
  173.             2  +5V           Supply for external device
  174.             3  OV            Signal ground (Zero Volts) 
  175.             4  TXD+       Transmitted data (output)   
  176.             5  TXD-         Transmitted data (output)  
  177.             6  +12V          Supply for external device
  178.             7  CTS        Clear to send (input) 
  179.             8  RXD+       Received data (input) 
  180.             9  RXD-        Received data (input)  
  181.  
  182.  
  183.             External view of 9 way socket
  184.  
  185.  
  186.  
  187.  
  188. ¬∑     RS-422 doesn‚Äôt use negative voltages ‚Äî it won‚Äôt work reliably with RS-232 unless the 
  189.        latter uses TTL voltages. The Mac‚Äôs serial port is an exception ‚Äî linking the positive 
  190.        wire an input pair to  ground provides full RS-232 compatibility. 
  191.  
  192.  
  193.  
  194. 20 mA Loop Interface
  195. wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
  196.  
  197. This older type of interface is used in teleprinters and Telex machines. Logic 1 is represented by a flow of current, logic 0 is indicated by no current flowing.
  198.  
  199. ¬∑     You‚Äôll need an interface box to connect a 20 mA loop device to other serial ports.
  200.  
  201.  
  202.  
  203.  
  204. Serial Port Handshaking
  205. qqqqqqqqqqqqqqqqqqq
  206.  
  207. Handshaking is a protocol that allows two asynchronous devices to communicate their intention to send or ability to receive data. It provides a form of data flow control. 
  208.  
  209. Two systems are used ‚Äî hardware handshaking and software handshaking.
  210.  
  211.  
  212.  
  213. Hardware Handshaking
  214. wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
  215.  
  216. This uses extra handshake wires between the devices. It‚Äôs often essential when connecting between a Macintosh and modem working at 9.6 kbit/s or higher.
  217.  
  218. The two most common methods are:-
  219.  
  220.  
  221. Request to Send (RTS) and Clear to Send (CTS)                                                           
  222.  
  223. This is the standard flow control for a DTE to DCE link. In this situation all the circuits in the interconnecting cable are wired pin for pin as shown below:-
  224.  
  225.  
  226.                                                        TXD _________________  TXD
  227.  
  228.                                                        RXD _________________  RXD
  229.  
  230.                                                        RTS _________________  RTS
  231.  
  232.                                                        CTS _________________  CTS
  233.  
  234.                                                        DSR ‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì    DSR
  235.  
  236.                                                        DCD ‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì    DCD
  237.  
  238.                                                        DTR ‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì DTR
  239.  
  240.                                                           0V _________________   0V
  241.  
  242.  
  243. The cable used to connect two DTEs is called a null-modem since no DCE (modem) is used. Several types of null-modem adaptor or cable can be used. The example shown below is suitable for RTS/CTS handshaking ‚Äî this is provided by exchanging the RTS (output) and CTS (input) lines. The DTR outputs are linked to the DSR and DCD inputs to defeat any DTR handshaking (see below).
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259. The following null-modem is designed for software handshaking (see below) in which the RTS and CTS circuits are linked out to defeat their handshaking effect. Once again the DTR outputs are linked to the DSR and DCD inputs to defeat DTR handshaking.
  260.  
  261.  
  262.   ¬†
  263.    
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276. The null-modem shown below is intended for software handshaking with devices that lack DTR outputs. In this case the CTS outputs are used to set all three inputs:-
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294. Data Terminal Ready (DTR)                                                                                      
  295.  
  296. DTR is used for flow control as a alternative to CTS. A high level on a DTR output indicates that the DTE is ready to accept data. In a standard DTE to DCE link all the circuits in the interconnecting cable are wired pin for pin as shown below:-
  297.  
  298.  
  299.                                                        TXD _________________  TXD
  300.  
  301.                                                        RXD _________________  RXD
  302.  
  303.                                                        RTS _________________  RTS
  304.  
  305.                                                        CTS _________________  CTS
  306.  
  307.                                                        DSR _________________    DSR
  308.  
  309.                                                        DCD _________________    DCD
  310.  
  311.                                                        DTR _________________ DTR
  312.  
  313.                                                           0V _________________   0V
  314.  
  315.  
  316. For a null modem joining a DTE to DTE the following connections can be used to provide both CTS/RTS and DTR handshaking. The DTR outputs feed both the DSR and DCD inputs of the opposite device:-
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332. The following  configuration can be used where RTS/CTS handshaking isn‚Äôt used (usually when software handshaking is in operation) but where DTR control is still necessary. The RTS outputs are linked out to the CTS inputs of each device and to the other device‚Äôs DCD inputs:-
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350. Software Handshaking
  351. wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
  352.  
  353. This uses additional codes within the data. Since these instructions must be handled by software some timing delays are inevitable. Software handshaking may be used in conjunction with hardware handshaking (see above) or on its own.
  354.  
  355. Systems include:-
  356.  
  357.  
  358. XON/XOFF                                                                                                           
  359.  
  360. This is the most common system. It may be necessary to link out the hardware handshake lines ‚Äî by joining CTS to RTS, and possibly to any DTR inputs. The null modem cable used to connect two DTEs may be provided with such links. 
  361.  
  362. XON, represented by an ASCII control code called DC1 (hex 11, Control-Q) tells the sender to suspend transmission. XOFF, represented by code DC3 (hex 14, Control-S) lets it resume.
  363.  
  364.  
  365. Enquire/Acknowledge (ENQ/ACK)                                                                              
  366.  
  367. This is an alternative system which is rarely encountered. The transmitter must check that the receiver is ready to accept data.
  368.  
  369. When the sender‚Äôs ready to transmit it puts out an ASCII control code called ENQ (hex 05, Control-E). If the receiver can accept a full data block it replies with ACK (hex 06, Control-F). The two devices must be initially set up to work with the same block size.
  370.  
  371.  
  372.  
  373.  
  374. The Mac Printer and Modem Ports
  375. qqqqqqqqqqqqqqqqqqqqqqqqq
  376.  
  377.  
  378. ¬†             The Mac uses a Serial Port Controller (SCC) to transfer data between the processor 
  379.                and its two ports. The ports comply to RS-422 ‚Äî linking the positive wires to 
  380.                ground gives full compatibility with RS-232.
  381.  
  382. ¬∑     The modem port on recent Macs accepts a high-speed asynchronous modem.
  383.  
  384. ¬∑     The handshake lines are unbalanced and use RS-232 levels.
  385.  
  386.  
  387.  
  388. The Mac Ports and Software
  389. wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
  390.  
  391. When using older software on some models you must use the Serial Switch control panel to slow up the ports ‚Äî just select Slow/Compatible Mode. Having made the selection you can (optionally) remove the panel from the Control Panels folder in the System Folder. 
  392.  
  393. The serial ports often default to 9.6 kbit/s and can always run at maximum rate of 57.6 kbit/s, although LocalTalk (and PhoneNet) work at 230.4 kbit/s ‚Äî that‚Äôs 29 KB/s.
  394. If the SerialDMA driver is added to a PowerMac or AV computer the maximum rate rises 230.4 kbit/s ‚Äî but this prevents the use of hardware handshaking on the interface if it‚Äôs used as a PC port via DOS compatibility software.
  395.  
  396. The Mac‚Äôs serial ports can be used for a PC mouse (as designed for the COM1 or COM2 serial ports on a PC) if you have suitable adaptor cables and software.
  397.  
  398.  
  399.  
  400. Port Connections
  401. wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
  402.  
  403. The modem port uses an 8 way mini-DIN socket wired as shown below. The printer port is similar but some models doesn‚Äôt accept an external clock via the GPi pin, although it can be used as an optional DCD connection ‚Äî the Mac Plus doesn‚Äôt have any GPi circuit.
  404.  
  405. When externally clocked the ports can operate at up to 920 kbit/s. Recent Apple Macs incorporate 9 way GeoPort sockets ‚Äî these can be used with a GeoPort Telecom adaptor that works as a modem, speakerphone or answering machine. They can also accept any GeoPort compatible device, such as a modem or  ISDN interface.
  406.  
  407.  
  408.                                                Pin  Circuit                        RS-232 DTE Equivalent  
  409.  
  410. ¬†                                               1       Handshake output (HSKo)                    RTS 
  411.                                                 2       Handshake input (HSKi)                        CTS
  412.                                                 3       Transmitted Data (TXD-)                  TXD 
  413.                                                 4       Signal ground (Gnd)                         0V 
  414.                                                 5        Received data (RXD-)                       RXD 
  415.                                                 6       Transmitted data (TXD+)                  Not used
  416.                                                 7       General/external clock input (GPi)      DCD ‚àÜ
  417.                                                 8        Received data (RXD+)                       ‚óä
  418.                                                                           Plug case (Shield)                           Screen
  419.  
  420.                                              ‚óä  Normally linked to 0V at the RS-232 device
  421.                                              ‚àÜ  The DCD connection may be optional
  422.  
  423.  
  424. Most Apple devices are connected with a standard printer cable wired as follows:-
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442. Where software handshaking is used the HSKo and HSKi circuits aren‚Äôt strictly necessary. If you‚Äôre really short of multi-way cable you can also omit the TXD+ and RXD+ wires over short distances. The GPi line is only used by special devices.
  443.  
  444. The earliest Macs used a 9 way D connector (DB9) for each serial port. The adaptor shown below converts the standard connector on a modern machine into this older form:-
  445.  
  446.  
  447.                                 Mini-DIN Plug                            9 way D socket 
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464. This adaptor doesn‚Äôt provide the +5 or +12 volt circuits supplied on these machines.
  465.  
  466.  
  467. Connecting to RS-232 Devices                                                                                   
  468.  
  469. A variety of adaptor cables are necessary to connect different RS-232 devices to the Mac. It‚Äôs advisable to link the RXD+ and Ground wires as shown in the diagrams. This ensures compatibility with RS-232 levels ‚Äî although many devices will work without it.
  470.  
  471. The first example shows a cable that converts a Mac port into standard DTE device. You can use it to connect either port to a standard modem cable.
  472.  
  473.  
  474.                                  Mini-DIN plug                            25 way D socket 
  475.  
  476. ¬†  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493. The cable below is suitable for direct connection into most types of DCE modem:-
  494.  
  495.  
  496.                                  Mini-DIN plug                            25 way D plug 
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515. The GPi line may not be required for some devices. With older Macs you must connect a synchronous modem to the modem port ‚Äî the GPi pin must be connected.
  516.  
  517. The following adaptor is for a DTE printer, such as the original ImageWriter:-
  518.  
  519.  
  520.                                  Mini-DIN plug                            25 way D plug 
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539. The Mac Apple Desktop Bus (ADB)
  540. qqqqqqqqqqqqqqqqqqqqqqqqq
  541.  
  542.  
  543. This 4.5 K per second synchronous bidirectional interface or bus allows several devices to be connected to a Mac at the some time. It can be used for keyboards, controllers, bar-code readers, optical character recognition (OCR) devices or even modems. It uses a 4 pin mini DIN plug, as used for Y/C connections on some video equipment, wired as follows
  544.  
  545.  
  546.  
  547.                                                Pin          Circuit             
  548.  
  549.                                                  1             Data 
  550.                                                  2             Power key ‚óä 
  551.                                                  3             +5 volts 
  552.                                                  4             Ground 
  553.  
  554.                                                ‚óä Link 2 and 4 to simulate pressing the Power key
  555.  
  556.  
  557.                                                               ¬∑     Don‚Äôt connect an ADB device whilst the Mac is 
  558.                                                                      powered ‚Äî it shorts out the supply! 
  559.  
  560.  
  561.  
  562. The total cable length on the bus shouldn‚Äôt exceed 5 metres and the supply current taken from the +5 volt supply should be 500 mA or less.  A mouse takes 80 mA, a keyboard 25 to 80 mA. The supply may be protected by a black fuse on the motherboard of the Mac.
  563.  
  564. The bus can address up to 16 devices, including the Mac itself. You should avoid using any more than three devices at any one time ‚Äî including any external keyboard or mouse but not including the keyboard or trackball inside a PowerBook computer.
  565.  
  566. If you have two devices, each with a single ADB socket you‚Äôll need an ADB splitter cable to connect them. In some situations you may need to enable or disable specific ADB devices ‚Äî you can do this with an ADB switch box, as long as you don‚Äôt move the switch whilst useful data is being transferred over the bus!
  567.  
  568. If you startup without any mouse connected the Mac may fail to respond to it when you plug it in! But you can risk changing the mouse after the Mac‚Äôs  started with another one already connected.
  569.  
  570. A PowerBook must always use a low power ADB device ‚Äî denoted by a D symbol. This means that you can‚Äôt use the extended version of Apple keyboard or other high power devices with these machines.
  571.  
  572. PowerPC Platform (PPCP) Macs will be fitted with a PS/2 interface, as used on PCs, instead of an ADB port. Some clones are supplied with both ADB and PS/2 interfaces.
  573.  
  574.  
  575.  
  576.  
  577. Mac External Drive Connector
  578. qqqqqqqqqqqqqqqqqqqqq
  579.  
  580. Older Macs provide for an external floppy disk drive via a 62.5 K per second serial interface, provided using an external 19 way D connector (DB19) or internal 20 way ribbon connector wired as follows:
  581.  
  582.  
  583.                 19 Way D   20 Way          Circuit                              
  584.  
  585.                1              1                      Ground
  586.                2                   3                 Ground
  587.                3                   5                 Ground
  588.                4                   7                 Ground
  589.                5                      9                 -12 volt ‚óä
  590.                6                     11                 +5 volt
  591.                7                     13                 +12 volt
  592.                8                     15                 +12 volt
  593.                -                       17               +12 volt
  594.                -                       19               +12 volt
  595.                9                      -                  Not connected                      
  596.                10                 20                  Motor Speed Control ‚Ä¢
  597.                11                 2                     Register select CA0
  598.                12                 4                     Register select CA1
  599.                13                 6                     Register select CA2
  600.                14                 8                     Register Write Strobe
  601.                15                 10                  Write Data Request
  602.                16                 12                   Control Line Select
  603.                17                 14                   Drive enable
  604.                18                 16                   Read data
  605.                19                 18                   Write data
  606.  
  607.                ‚óä Not provided on Mac SE
  608.                ‚Ä¢  Not provided on Mac SE, may be connected to + 5 volt line
  609.  
  610.  
  611. The power feed to the floppy is sometimes protected by a yellow fuse device on the motherboard. Some PowerBooks also use an external drive but via a different connector! 
  612.  
  613.  
  614.  
  615.  
  616. MIDI
  617. qqqq
  618.  
  619.  
  620. The Musical Instrument Digital Interface (MIDI) is used to connect computers to musical instruments and keyboards. Although the data is similar to RS-232 it employs an entirely different electrical interface.
  621.  
  622. 8 bit data is sent without parity at 31.25 kbits/s (¬±1%) ‚Äî about 3000 bytes per second. Earthing and interference problems are reduced by using a current loop to drive an opto-isolator in the receiver. In some cases these ‚Äòoptos‚Äô can cause erratic behaviour as a result of timing errors ‚Äî high speed versions can be used to overcome this.
  623.  
  624. Data travels in one direction only and without handshaking. If handshaking is essential a separate circuit must be used in each direction.
  625.  
  626.  
  627.  
  628. The Interface
  629. wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
  630.  
  631. MIDI uses a five-pole 180¬∞ socket conforming to the German DIN standard. The current loop itself uses pins 4 and 5 whilst pin 2 provides a screen circuit for the connecting cable. Pin 2 is connected to ground inside a device at Output and Thru sockets only.
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669. The  current flowing through the opto-isolator is interpreted as:-
  670.  
  671.                         no current = idle or logical 1
  672.                            5 milliamp (mA) current flowing = logical 0
  673.  
  674. The Thru output replicates data at the Input socket ‚Äî allowing you to daisy-chain up to three devices. Any more and you‚Äôll get erratic results! 
  675.  
  676. ‚Äû   MIDI circuits should never be wired in parallel ‚Äî a MIDI output can only feed one 
  677.      input, but accidental connections don‚Äôt cause any damage!
  678.  
  679. A MIDI Thru Box can provide a reliable star distribution to a large number of devices. Two or more Output or Thru circuits can be sent to one destination by means of a MIDI merger.
  680.  
  681.  
  682.  
  683. Cables and Connectors
  684. wwwwwwwwwww
  685.  
  686. Cables require a DIN plug at each end ‚Äî with twisted-pair conductors for the connections to pins 4 and 5. The cable‚Äôs screen should be connected to pin 2 of each connector, but not to the plug cases. Special MIDI cables aren‚Äôt  essential, especially over short distances ‚Äî standard hi-fi cables are often adequate.
  687.  
  688. Pins 1 and 3 aren‚Äôt used by MIDI ‚Äî but some manufacturers use them for other purposes. Try to use ready-made MIDI cables with all pins connected!
  689.  
  690. ‚Äû   The wiring to pins 4 and 5 mustn‚Äôt be reversed! 
  691.  
  692. With appropriate adaptors you can connect MIDI to audio XLR cables or jackfields that use 3-pole connectors ‚Äî but keep MIDI away from audio circuits if you want to minimise interference!
  693.  
  694. The total length of a MIDI circuit shouldn‚Äôt exceed 15 metres. Low capacitance cable may work over a greater distance, but it‚Äôs not  guaranteed! For really long distances you‚Äôll need a MIDI to RS-422 and RS-422 to MIDI converter at the respective ends of the cable.
  695.  
  696.  
  697.  
  698. ¬©Ray White. All Rights Reserved 1997